Click or drag to resize

Contact Constructor (String, String, String)

Initializes a new instance of the Contact class with the specified name, address and expires value.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Contact(
	string name,
	string address,
	string expires
)

Parameters

name
Type: SystemString
A string contains user's name.
address
Type: SystemString
A string contains user's address. Usually it contains IP address and port number where user would like to receive requests/responses.
expires
Type: SystemString
A number of seconds indicates duration of the registration. This parameter is only used when the Contact is present in a REGISTER request or response.
See Also